random list generator

32

import random
n = random.random()
print(n)

Comments

Submit
0 Comments